Function EVP_DecodeUpdate

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