pub type obs_missing_file_cb = Option<unsafe extern "C" fn(src: *mut c_void, new_path: *const c_char, data: *mut c_void)>;
pub enum obs_missing_file_cb { None, Some(unsafe extern "C" fn(*mut c_void, *const i8, *mut c_void)), }
No value.
Some value of type T.
T