pub unsafe extern "C" fn ED25519_sign( out_sig: *mut u8, message: *const u8, message_len: usize, private_key: *const u8, ) -> c_int