[][src]Function indy_crypto::ffi::cl::issuer::indy_crypto_revocation_registry_delta_from_parts

#[no_mangle]
pub extern "C" fn indy_crypto_revocation_registry_delta_from_parts(
    rev_reg_from: *const c_void,
    rev_reg_to: *const c_void,
    issued: *const u32,
    issued_len: usize,
    revoked: *const u32,
    revoked_len: usize,
    rev_reg_delta_p: *mut *const c_void
) -> ErrorCode