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