pub unsafe extern "system" fn SetupCopyErrorA(
    hwndparent: HWND,
    dialogtitle: PSTR,
    diskname: PSTR,
    pathtosource: PSTR,
    sourcefile: PSTR,
    targetpathfile: PSTR,
    win32errorcode: u32,
    style: u32,
    pathbuffer: PSTR,
    pathbuffersize: u32,
    pathrequiredsize: *mut u32
) -> u32
Expand description

Required features: ‘Win32_Devices_DeviceAndDriverInstallation’, ‘Win32_Foundation’