Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

strerror_r

Function strerror_r 

Source
pub unsafe extern "C" fn strerror_r(
    errnum: c_int,
    buf: *mut c_char,
    buflen: size_t,
) -> c_int