pub fn create_pixmap_surface(
    display: *mut c_void,
    config: *mut c_void,
    pixmap: *mut c_void,
    attrib_list: &[i32]
) -> Option<*mut c_void>