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