Type Alias obs_missing_file_cb

Source
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)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: *const i8, _: *mut c_void))

Some value of type T.