Function BIO_snprintf

Source
pub unsafe extern "C" fn BIO_snprintf(
    buf: *mut i8,
    n: usize,
    format: *const i8,
    ...
) -> i32