Function windows::Win32::Graphics::Printing::CommonPropertySheetUIA

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