Function g_node_children_foreach

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,
)