pub type ByteInputCallback = Option<unsafe extern "C" fn(context: *mut c_void)>;
callback that is executed on save button press
pub enum ByteInputCallback { None, Some(unsafe extern "C" fn(*mut c_void)), }
No value.
Some value of type T.
T