Function g_relation_index

pub unsafe extern "C" fn g_relation_index(
    relation: *mut _GRelation,
    field: i32,
    hash_func: Option<unsafe extern "C" fn(*const c_void) -> u32>,
    key_equal_func: Option<unsafe extern "C" fn(*const c_void, *const c_void) -> i32>,
)