pub unsafe extern "C" fn crypto_sign_ed25519_seed_keypair( pk: *mut [u8; 32], sk: *mut [u8; 64], seed: *const [u8; 32], ) -> c_int