Function g_hash_table_foreach_remove

pub unsafe extern "C" fn g_hash_table_foreach_remove(
    hash_table: *mut GHashTable,
    func: Option<unsafe extern "C" fn(*mut c_void, *mut c_void, *mut c_void) -> i32>,
    user_data: *mut c_void,
) -> u32