Function CRYPTO_get_ex_new_index
Source pub unsafe extern "C" fn CRYPTO_get_ex_new_index(
class_index: i32,
argl: i64,
argp: *mut c_void,
new_func: Option<unsafe extern "C" fn(*mut c_void, *mut c_void, *mut crypto_ex_data_st, i32, i64, *mut c_void)>,
dup_func: Option<unsafe extern "C" fn(*mut crypto_ex_data_st, *const crypto_ex_data_st, *mut *mut c_void, i32, i64, *mut c_void) -> i32>,
free_func: Option<unsafe extern "C" fn(*mut c_void, *mut c_void, *mut crypto_ex_data_st, i32, i64, *mut c_void)>,
) -> i32