pub type AChoreographer_vsyncCallback = Option<unsafe extern "C" fn(callbackData: *const AChoreographerFrameCallbackData, data: *mut c_void)>;Aliased Type§
pub enum AChoreographer_vsyncCallback {
None,
Some(unsafe extern "C" fn(*const AChoreographerFrameCallbackData, *mut c_void)),
}