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