EVP_DecodeBlock

Function EVP_DecodeBlock 

Source
pub unsafe extern "C" fn EVP_DecodeBlock(
    dst: *mut c_uchar,
    src: *const c_uchar,
    src_len: c_int,
) -> c_int