pub unsafe extern "C" fn SSL_CREDENTIAL_new_spake2plusv1_client(
context: *const u8,
context_len: usize,
client_identity: *const u8,
client_identity_len: usize,
server_identity: *const u8,
server_identity_len: usize,
error_limit: u32,
w0: *const u8,
w0_len: usize,
w1: *const u8,
w1_len: usize,
) -> *mut SSL_CREDENTIAL