[][src]Type Definition winapi::um::d3d12::PFN_D3D12_CREATE_ROOT_SIGNATURE_DESERIALIZER

type PFN_D3D12_CREATE_ROOT_SIGNATURE_DESERIALIZER = Option<unsafe extern "system" fn(pSrcData: LPCVOID, SrcDataSizeInBytes: SIZE_T, pRootSignatureDeserializerInterface: REFIID, ppRootSignatureDeserializer: *mut *mut c_void) -> HRESULT>;