pub unsafe extern "C" fn OH_NativeXComponent_RegisterOnFrameCallback(
component: *mut OH_NativeXComponent,
callback: Option<unsafe extern "C" fn(component: *mut OH_NativeXComponent, timestamp: u64, targetTimestamp: u64)>,
) -> i32Available on crate feature
api-11 only.