Function g_hook_insert_sorted

pub unsafe extern "C" fn g_hook_insert_sorted(
    hook_list: *mut GHookList,
    hook: *mut GHook,
    func: Option<unsafe extern "C" fn(*mut GHook, *mut GHook) -> i32>,
)