windows::Win32::Graphics::Direct3D::FxcType Alias pD3DCompile
pub type pD3DCompile = Option<unsafe extern "system" fn(psrcdata: *const c_void, srcdatasize: usize, pfilename: PCSTR, pdefines: *const D3D_SHADER_MACRO, pinclude: Ref<'_, ID3DInclude>, pentrypoint: PCSTR, ptarget: PCSTR, flags1: u32, flags2: u32, ppcode: OutRef<'_, ID3DBlob>, pperrormsgs: OutRef<'_, ID3DBlob>) -> HRESULT>;
enum pD3DCompile {
None,
Some(unsafe extern "system" fn(_: *const c_void, _: usize, _: PCSTR, _: *const D3D_SHADER_MACRO, _: Ref<'_, ID3DInclude>, _: PCSTR, _: PCSTR, _: u32, _: u32, _: OutRef<'_, ID3DBlob>, _: OutRef<'_, ID3DBlob>) -> HRESULT),
}