Function std::sys::windows::c::windows_sys::CopyFileExW

source ·
pub unsafe extern "system" fn CopyFileExW(
    lpexistingfilename: *const u16,
    lpnewfilename: *const u16,
    lpprogressroutine: Option<unsafe extern "system" fn(totalfilesize: i64, totalbytestransferred: i64, streamsize: i64, streambytestransferred: i64, dwstreamnumber: u32, dwcallbackreason: u32, hsourcefile: *mut c_void, hdestinationfile: *mut c_void, lpdata: *const c_void) -> u32>,
    lpdata: *const c_void,
    pbcancel: *mut i32,
    dwcopyflags: u32
) -> i32
🔬This is a nightly-only experimental API. (windows_c)