usecore::ffi;// TODO: Figure out which library references this
#[no_mangle]pubextern"C"fntimegm(_: ffi::c_void)->ffi::c_int{// Not supported but don't crash just in case
0}// Called by the rand crate
#[no_mangle]pubextern"C"fnpthread_atfork(_: *constffi::c_void,
_: *constffi::c_void,
_: *constffi::c_void,
)->ffi::c_int{0}