windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupDiGetActualSectionToInstallExW

pub unsafe fn SetupDiGetActualSectionToInstallExW<P1>(
    infhandle: *const c_void,
    infsectionname: P1,
    alternateplatforminfo: Option<*const SP_ALTPLATFORM_INFO_V2>,
    infsectionwithext: Option<&mut [u16]>,
    requiredsize: Option<*mut u32>,
    extension: Option<*mut PWSTR>,
    reserved: Option<*const c_void>,
) -> Result<()>
where P1: Param<PCWSTR>,