pub unsafe extern "C" fn X25519_public_from_private(
    out_public_value: *mut u8,
    private_key: *const u8
)