Type Alias RTL_GENERIC_COMPARE_ROUTINE
pub type RTL_GENERIC_COMPARE_ROUTINE = Option<unsafe extern "system" fn(table: *const RTL_GENERIC_TABLE, firststruct: *const c_void, secondstruct: *const c_void) -> RTL_GENERIC_COMPARE_RESULTS>;Aliased Type§
pub enum RTL_GENERIC_COMPARE_ROUTINE {
None,
Some(unsafe extern "system" fn(*const RTL_GENERIC_TABLE, *const c_void, *const c_void) -> RTL_GENERIC_COMPARE_RESULTS),
}Variants§
None
No value.
Some(unsafe extern "system" fn(*const RTL_GENERIC_TABLE, *const c_void, *const c_void) -> RTL_GENERIC_COMPARE_RESULTS)
Some value of type T.