pub unsafe extern "C" fn themis_secure_message_encrypt(
private_key: *const u8,
private_key_length: usize,
public_key: *const u8,
public_key_length: usize,
message: *const u8,
message_length: usize,
encrypted_message: *mut u8,
encrypted_message_length: *mut usize,
) -> themis_status_t