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