pub unsafe extern "C" fn pthread_create( __newthread: *mut u64, __attr: *const pthread_attr_t, __start_routine: Option<unsafe extern "C" fn(_: *mut c_void) -> *mut c_void>, __arg: *mut c_void, ) -> i32