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