pub unsafe fn SetupDiGetActualSectionToInstallExA<P0>(
infhandle: *const c_void,
infsectionname: P0,
alternateplatforminfo: Option<*const SP_ALTPLATFORM_INFO_V2>,
infsectionwithext: Option<&mut [u8]>,
requiredsize: Option<*mut u32>,
extension: Option<*mut PSTR>,
reserved: Option<*const c_void>,
) -> Result<()>where
P0: Param<PCSTR>,