Function fz_ptr_heap_uniq

Source
pub unsafe extern "C" fn fz_ptr_heap_uniq(
    ctx: *mut fz_context,
    heap: *mut fz_ptr_heap,
    HEAP_CMP: Option<unsafe extern "C" fn(a: *mut *mut c_void, b: *mut *mut c_void) -> c_int>,
)