pub unsafe fn MsiEnableLogA<P0>(
    dwlogmode: INSTALLLOGMODE,
    szlogfile: P0,
    dwlogattributes: u32
) -> u32
where P0: IntoParam<PCSTR>,