pub type LokHookFunction = Option<unsafe extern "C" fn(install_path: *const c_char) -> *mut LibreOfficeKit>;
pub enum LokHookFunction { None, Some(unsafe extern "C" fn(*const i8) -> *mut _LibreOfficeKit), }
No value.
Some value of type T.
T