pub type AChoreographer_frameCallback = Option<unsafe extern "C" fn(frameTimeNanos: c_long, data: *mut c_void)>;
enum AChoreographer_frameCallback { None, Some(unsafe extern "C" fn(_: i32, _: *mut c_void)), }
No value.
Some value of type T.
T