Type Definition YGRealloc
yoga_sys
type YGRealloc = Option<unsafe extern "C" fn(_: *mut c_void, _: usize) -> *mut c_void>;