pub type LokHookFunction2 = Option<unsafe extern "C" fn(install_path: *const c_char, user_profile_url: *const c_char) -> *mut LibreOfficeKit>;
Aliased Type§
pub enum LokHookFunction2 {
None,
Some(unsafe extern "C" fn(*const i8, *const i8) -> *mut _LibreOfficeKit),
}