LokHookPreInit

Type Alias LokHookPreInit 

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.