pub unsafe extern "C" fn crypto_x25519_inverse(
    blind_salt: *mut u8,
    private_key: *const u8,
    curve_point: *const u8
)