pub type kernel_NotifyProgress = Option<unsafe extern "C" fn(user_data: *mut c_void, title: *const c_char, title_len: usize, progress_percent: c_int, resume_possible: bool)>;
Aliased Type§
pub enum kernel_NotifyProgress {
None,
Some(unsafe extern "C" fn(*mut c_void, *const i8, usize, i32, bool)),
}