Function windows::Win32::Graphics::Direct3D::Fxc::D3DCompileFromFile

pub unsafe fn D3DCompileFromFile<P0, P1, P2, P3>(
    pfilename: P0,
    pdefines: Option<*const D3D_SHADER_MACRO>,
    pinclude: P1,
    pentrypoint: P2,
    ptarget: P3,
    flags1: u32,
    flags2: u32,
    ppcode: *mut Option<ID3DBlob>,
    pperrormsgs: Option<*mut Option<ID3DBlob>>,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<ID3DInclude>, P2: Param<PCSTR>, P3: Param<PCSTR>,