pub unsafe fn DocumentPropertiesW<P0, P1, P2>(
    hwnd: P0,
    hprinter: P1,
    pdevicename: P2,
    pdevmodeoutput: Option<*mut DEVMODEW>,
    pdevmodeinput: Option<*const DEVMODEW>,
    fmode: u32
) -> i32
where P0: IntoParam<HWND>, P1: IntoParam<HANDLE>, P2: IntoParam<PCWSTR>,