Function gnunet_sys::gcry_cipher_decrypt[][src]

pub unsafe extern "C" fn gcry_cipher_decrypt(
    h: gcry_cipher_hd_t,
    out: *mut c_void,
    outsize: usize,
    in_: *const c_void,
    inlen: usize
) -> gcry_error_t