pub type FDBCallback = Option<unsafe extern "C" fn(future: *mut FDBFuture, callback_parameter: *mut c_void)>;
enum FDBCallback { None, Some(unsafe extern "C" fn(_: *mut FDB_future, _: *mut c_void)), }
No value.
Some value of type T.
T