Function cstrerror_r

Source
pub unsafe extern "C" fn cstrerror_r(
    __errnum: c_int,
    __buf: *mut c_char,
    __buflen: usize,
) -> c_int