blob-u32-native-set!

[procedure] blob-u32-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-uint-set! and endianness.