Function pthread_setname_np

pub unsafe extern "C" fn pthread_setname_np(
    thread: u64,
    name: *const i8,
) -> i32
Available on crate feature dep_sdl2 only.