pub unsafe extern "C" fn syscall_sha256_compress( w: *mut [u32; 64], state: *mut [u32; 8], )
Executes the SHA-256 compress operation on the given word array and a given state.