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