pub type obs_missing_file_cb = Option<unsafe extern "C" fn(src: *mut c_void, new_path: *const c_char, data: *mut c_void)>;
Aliased Type§
enum obs_missing_file_cb {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: *const i8, _: *mut c_void)),
}