pub unsafe fn EnumPrintersW<P0>(
    flags: u32,
    name: P0,
    level: u32,
    pprinterenum: Option<&mut [u8]>,
    pcbneeded: *mut u32,
    pcreturned: *mut u32
) -> Result<()>
where P0: IntoParam<PCWSTR>,