pub unsafe extern "C" fn g_hash_table_find(
    hash_table: *mut GHashTable,
    predicate: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> i32>,
    user_data: *mut c_void
) -> *mut c_void