pub unsafe extern "system" fn SetupDiGetActualSectionToInstallExW(
    infhandle: *const c_void,
    infsectionname: PCWSTR,
    alternateplatforminfo: *const SP_ALTPLATFORM_INFO_V2,
    infsectionwithext: PWSTR,
    infsectionwithextsize: u32,
    requiredsize: *mut u32,
    extension: *mut PWSTR,
    reserved: *const c_void,
) -> BOOL