pub unsafe fn TranslateInfStringExA<P0, P1, P2>(
    hinf: *mut c_void,
    pszinffilename: P0,
    psztranslatesection: P1,
    psztranslatekey: P2,
    pszbuffer: &mut [u8],
    pdwrequiredsize: *mut u32,
    pvreserved: Option<*const c_void>
) -> Result<()>
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>,