[][src]Function secp256k1_abc_sys::secp256k1_context_destroy

pub unsafe extern "C" fn secp256k1_context_destroy(ctx: *mut secp256k1_context)

Destroy a secp256k1 context object.

The context pointer may not be used afterwards. Args: ctx: an existing context to destroy (cannot be NULL)