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