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