pub unsafe extern "C" fn g_array_set_clear_func(
    array: *mut GArray,
    clear_func: Option<unsafe extern "C" fn(_: *mut c_void)>
)