pub unsafe extern "C" fn crypto_sign_ed25519_verify_detached( sig: *const [u8; 64], m: *const u8, mlen: c_ulonglong, pk: *const [u8; 32], ) -> c_int