blob-s32-native-set!

[procedure] blob-s32-native-set! blob k n

SRFI-74: similar to (blob-sint-set! 4 (endianness native) blob k n), but works at aligned indices: k must be a multiple of 4. It is an error to use this at non-aligned indices.

See also blob-sint-set! and endianness.