pub unsafe extern "C" fn ED25519_keypair_from_seed(
    out_public_key: *mut u8,
    out_private_key: *mut u8,
    seed: *const u8
)