Function windows::Win32::Graphics::Gdi::CreateScalableFontResourceW

pub unsafe fn CreateScalableFontResourceW<P0, P1, P2>(
    fdwhidden: u32,
    lpszfont: P0,
    lpszfile: P1,
    lpszpath: P2,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,