pub unsafe fn EnumPrinterDriversW<P0, P1>(
    pname: P0,
    penvironment: P1,
    level: u32,
    pdriverinfo: Option<&mut [u8]>,
    pcbneeded: *mut u32,
    pcreturned: *mut u32
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,