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