pub unsafe fn SetPrinterA<P0>(
    hprinter: P0,
    level: u32,
    pprinter: Option<*const u8>,
    command: u32
) -> Result<()>
where P0: IntoParam<HANDLE>,