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