Type Alias windows_sys::Wdk::Foundation::PFREE_FUNCTION
pub type PFREE_FUNCTION = Option<unsafe extern "system" fn()>;Aliased Type§
enum PFREE_FUNCTION {
None,
Some(unsafe extern "system" fn()),
}pub type PFREE_FUNCTION = Option<unsafe extern "system" fn()>;enum PFREE_FUNCTION {
None,
Some(unsafe extern "system" fn()),
}