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