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