[][src]Function indy_crypto::ffi::cl::indy_crypto_cl_non_credential_schema_builder_finalize

#[no_mangle]
pub extern "C" fn indy_crypto_cl_non_credential_schema_builder_finalize(
    non_credential_schema_builder: *const c_void,
    non_credential_schema_p: *mut *const c_void
) -> ErrorCode

Deallocates non_credential schema builder and returns non credential schema entity instead.

Note: Non credential schema instance deallocation must be performed by calling indy_crypto_cl_non_credential_schema_free.

Arguments

  • non_credential_schema_builder - Reference that contains non credential schema builder instance pointer
  • non_credential_schema_p - Reference that will contain non credentials schema instance pointer.