pub unsafe fn MsiViewGetErrorA<P0>(
    hview: P0,
    szcolumnnamebuffer: PSTR,
    pcchbuf: Option<*mut u32>
) -> MSIDBERROR
where P0: IntoParam<MSIHANDLE>,