pub unsafe extern "C" fn emscripten_request_animation_frame( cb: Option<unsafe extern "C" fn(time: f64, userData: *mut c_void) -> bool>, userData: *mut c_void, ) -> c_int