pub unsafe extern "C" fn g_clear_pointer(
    pp: *mut *mut c_void,
    destroy: Option<unsafe extern "C" fn(_: *mut c_void)>
)