pub unsafe extern "C" fn crypto_sign_ed25519( sm: *mut u8, smlen: *mut c_ulonglong, m: *const u8, mlen: c_ulonglong, sk: *const [u8; 64], ) -> c_int