pub unsafe fn MsiFormatRecordW<P0, P1>(
    hinstall: P0,
    hrecord: P1,
    szresultbuf: PWSTR,
    pcchresultbuf: Option<*mut u32>
) -> u32
where P0: IntoParam<MSIHANDLE>, P1: IntoParam<MSIHANDLE>,