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