pub const RT_MEMCMP: u32 = 30;
Byte-by-byte memory comparison: memcmp(ptr_a: i32, ptr_b: i32, len: i32) -> i32 Returns 1 if all bytes match, 0 otherwise.
memcmp(ptr_a: i32, ptr_b: i32, len: i32) -> i32