А⚙
Size: a a a
А⚙
B
B
А⚙
EG
EG
А⚙
EG
EG
r
let mut x = 0 as *mut u8;
// Compile error: cannot take address of a temporary
// c_func(&raw mut (x as *mut c_void));
AK
let mut x = 0 as *mut u8;
// Compile error: cannot take address of a temporary
// c_func(&raw mut (x as *mut c_void));
A
В
let mut x = 0 as *mut u8;
// Compile error: cannot take address of a temporary
// c_func(&raw mut (x as *mut c_void));
r
В
DF
p
p