pub type NumberInputCallback = Option<unsafe extern "C" fn(context: *mut c_void, number: i32)>;Expand description
Callback to be called on save button press
Aliased Type§
pub enum NumberInputCallback {
None,
Some(unsafe extern "C" fn(*mut c_void, i32)),
}