pub unsafe fn MsiOpenProductA<P0>(
    szproduct: P0,
    hproduct: *mut MSIHANDLE
) -> u32
where P0: IntoParam<PCSTR>,