pub unsafe extern "system" fn TranslateInfStringExW(
    hinf: *mut c_void,
    pszinffilename: PCWSTR,
    psztranslatesection: PCWSTR,
    psztranslatekey: PCWSTR,
    pszbuffer: PWSTR,
    dwbuffersize: u32,
    pdwrequiredsize: *mut u32,
    pvreserved: *mut c_void
) -> HRESULT
Expand description

Required features: ‘Win32_System_WindowsProgramming’