Function sc_context_repair

Source
pub unsafe extern "C" fn sc_context_repair(
    ctx: *mut *mut sc_context_t,
) -> c_int
Expand description

Repairs an already existing sc_context_t object. This may occur if multithreaded issues mean that another context in the same heap is deleted. @param ctx pointer to a sc_context_t pointer containing the (partial) context. @return SC_SUCCESS or an error value if an error occurred.