[][src]Function opensc_sys::sc_context_create

pub unsafe extern "C" fn sc_context_create(
    ctx: *mut *mut sc_context_t,
    parm: *const sc_context_param_t
) -> c_int

Creates a new sc_context_t object. @param ctx pointer to a sc_context_t pointer for the newly created sc_context_t object. @param parm parameters for the sc_context_t creation (see sc_context_param_t for a description of the supported options).. @return SC_SUCCESS on success and an error code otherwise.