pub unsafe fn EnumPrintProcessorDatatypesW<P0, P1>(
    pname: P0,
    pprintprocessorname: P1,
    level: u32,
    pdatatypes: Option<&mut [u8]>,
    pcbneeded: *mut u32,
    pcreturned: *mut u32
) -> BOOL
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,