Function EVP_DecryptUpdate

Source
pub unsafe extern "C" fn EVP_DecryptUpdate(
    ctx: *mut evp_cipher_ctx_st,
    out: *mut u8,
    outl: *mut i32,
    in_: *const u8,
    inl: i32,
) -> i32