pub unsafe extern "C" fn g_ptr_array_new_from_null_terminated_array(
    data: *mut gpointer,
    copy_func: GCopyFunc,
    copy_func_user_data: gpointer,
    element_free_func: GDestroyNotify
) -> *mut GPtrArray
Available on crate feature v2_76 only.