Type Definition phper_sys::compare_func_t[][src]

type compare_func_t = Option<unsafe extern "C" fn(arg1: *const c_void, arg2: *const c_void) -> c_int>;