Function cstrerror_r

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