[][src]Function nginx::EVP_DecodeUpdate

pub unsafe extern "C" fn EVP_DecodeUpdate(
    ctx: *mut EVP_ENCODE_CTX,
    out: *mut c_uchar,
    outl: *mut c_int,
    in_: *const c_uchar,
    inl: c_int
) -> c_int