pub type ByondCallback = Option<unsafe extern "C-unwind" fn(arg1: *mut c_void) -> CByondValue>;
pub enum ByondCallback { None, Some(unsafe extern "C-unwind" fn(*mut c_void) -> CByondValue), }
No value.
Some value of type T.
T