Type Definition std::sys::windows::c::windows_sys::LPPROGRESS_ROUTINE

source ·
pub type LPPROGRESS_ROUTINE = 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>;
🔬This is a nightly-only experimental API. (windows_c)