Function ptsname_r

pub unsafe extern "C" fn ptsname_r(
    fd: i32,
    buf: *mut i8,
    buflen: usize,
) -> i32
Available on crate feature dep_sdl3 only.