Type Alias PFLS_CALLBACK_FUNCTION
pub type PFLS_CALLBACK_FUNCTION = Option<unsafe extern "system" fn(lpflsdata: *const c_void)>;Aliased Type§
pub enum PFLS_CALLBACK_FUNCTION {
None,
Some(unsafe extern "system" fn(*const c_void)),
}