Type Alias LokHookFunction

Source
pub type LokHookFunction = Option<unsafe extern "C" fn(install_path: *const c_char) -> *mut LibreOfficeKit>;

Aliased Type§

pub enum LokHookFunction {
    None,
    Some(unsafe extern "C" fn(*const i8) -> *mut _LibreOfficeKit),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const i8) -> *mut _LibreOfficeKit)

Some value of type T.