pub unsafe fn CreateScalableFontResourceA<P0, P1, P2>(
    fdwhidden: u32,
    lpszfont: P0,
    lpszfile: P1,
    lpszpath: P2
) -> Result<()>
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>,