Function BUF_reverse

Source
pub unsafe extern "C" fn BUF_reverse(
    out: *mut u8,
    in_: *const u8,
    siz: usize,
)