Type Alias PFND3DKMT_QUERYALLOCATIONRESIDENCY
pub type PFND3DKMT_QUERYALLOCATIONRESIDENCY = Option<unsafe extern "system" fn(param0: *const D3DKMT_QUERYALLOCATIONRESIDENCY) -> NTSTATUS>;Aliased Type§
pub enum PFND3DKMT_QUERYALLOCATIONRESIDENCY {
None,
Some(unsafe extern "system" fn(*const D3DKMT_QUERYALLOCATIONRESIDENCY) -> NTSTATUS),
}