pub unsafe extern "C" fn sslcCreateContext(
context: *mut sslcContext,
sockfd: c_int,
input_opt: u32_,
hostname: *const c_char,
) -> ResultExpand description
Creates a sslc context.
ยงArguments
context- sslc context.sockfd- Socket fd, this code automatically uses the required SOC command before using the actual sslc command.input_opt- Input sslc options bitmask.hostname- Server hostname.