pub unsafe extern "C" fn sd_event_add_child( e: *mut sd_event, s: *mut *mut sd_event_source, pid: pid_t, options: c_int, callback: sd_event_child_handler_t, userdata: *mut c_void, ) -> c_int