pub fn pixmap_synced<'c, 'input, Conn>(
conn: &'c Conn,
window: Window,
pixmap: Pixmap,
serial: u32,
valid: Region,
update: Region,
x_off: i16,
y_off: i16,
target_crtc: Crtc,
acquire_syncobj: Syncobj,
release_syncobj: Syncobj,
acquire_point: u64,
release_point: u64,
options: u32,
target_msc: u64,
divisor: u64,
remainder: u64,
notifies: &'input [Notify],
) -> Result<VoidCookie<'c, Conn>, ConnectionError>where
Conn: RequestConnection + ?Sized,