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