pub unsafe extern "C" fn crypto_x25519(
    raw_shared_secret: *mut u8,
    your_secret_key: *const u8,
    their_public_key: *const u8
)