pub unsafe extern "system" fn SetupDiGetActualSectionToInstallW(
    infhandle: *const c_void,
    infsectionname: PCWSTR,
    infsectionwithext: PWSTR,
    infsectionwithextsize: u32,
    requiredsize: *mut u32,
    extension: *mut PWSTR
) -> BOOL
Expand description

Required features: "Win32_Foundation"