Function g_hash_table_find

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