Type Alias phper_sys::swap_func_t
source · pub type swap_func_t = Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: *mut c_void)>;
Aliased Type§
enum swap_func_t {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: *mut c_void)),
}