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