Function pthread_join

pub unsafe extern "C" fn pthread_join(
    native: u64,
    value: *mut *mut c_void,
) -> i32
Available on crate feature dep_sdl2 only.