pub type ShardsPop = Option<unsafe extern "C" fn(arg1: *mut Shards) -> ShardPtr>;
enum ShardsPop { None, Some(unsafe extern "C" fn(_: *mut Shards) -> *mut Shard), }
No value.
Some value of type T.
T