pub unsafe fn read_length_prefixed(ptr: i32) -> Vec<u8> ⓘ
Read a length-prefixed value from a pointer
Format: [4 bytes u32 LE length][data]
Caller must ensure ptr points to valid length-prefixed data