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