Type Alias kernel_NotifyProgress

Source
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)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *const i8, usize, i32, bool))

Some value of type T.