pub unsafe fn OpenINFEngineA<P0, P1>(
    pszinffilename: P0,
    pszinstallsection: P1,
    dwflags: u32,
    phinf: *mut *mut c_void,
    pvreserved: *mut c_void
) -> Result<()>
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,