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