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