pub unsafe fn MsiOpenPackageExA<P0>(
    szpackagepath: P0,
    dwoptions: u32,
    hproduct: *mut MSIHANDLE
) -> u32
where P0: IntoParam<PCSTR>,