pub type moq_status_callback = Option<extern "C" fn(user_data: *mut c_void, code: i32)>;Expand description
A callback receiving a positive handle/value, zero on clean completion, or a negative error.
Aliased Type§
pub enum moq_status_callback {
None,
Some(extern "C" fn(*mut c_void, i32)),
}