LokHookPreInit2

Type Alias LokHookPreInit2 

Source
pub type LokHookPreInit2 = Option<unsafe extern "C" fn(install_path: *const c_char, user_profile_url: *const c_char, kit: *mut *mut LibreOfficeKit) -> c_int>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.