pub unsafe extern "C" fn g_node_children_foreach(
    node: *mut GNode,
    flags: u32,
    func: Option<unsafe extern "C" fn(_: *mut GNode, _: *mut c_void)>,
    data: *mut c_void
)