pub type JSONWriteCallback = Option<unsafe extern "C" fn(*const u16, u32, *mut c_void) -> bool>;
pub enum JSONWriteCallback { None, Some(unsafe extern "C" fn(*const u16, u32, *mut c_void) -> bool), }
No value.
Some value of type T.
T