pub type GMutex = _GMutex;
#[repr(C)] pub union GMutex { pub p: *mut c_void, pub i: [u32; 2], }
p: *mut c_void
i: [u32; 2]