Function windows::Win32::Graphics::Printing::CommonPropertySheetUIW

pub unsafe fn CommonPropertySheetUIW<P0, P1>(
    hwndowner: P0,
    pfnpropsheetui: PFNPROPSHEETUI,
    lparam: P1,
    presult: Option<*mut u32>,
) -> i32
where P0: Param<HWND>, P1: Param<LPARAM>,