Function AChoreographer_postFrameCallbackDelayed

Source
pub unsafe extern "C" fn AChoreographer_postFrameCallbackDelayed(
    choreographer: *mut AChoreographer,
    callback: AChoreographer_frameCallback,
    data: *mut c_void,
    delayMillis: c_long,
)