pub unsafe extern "C" fn crypto_eddsa_key_pair(
    secret_key: *mut u8,
    public_key: *mut u8,
    seed: *mut u8
)