pub unsafe extern "system" fn EnumObjects(
    hdc: *mut HDC__,
    nType: i32,
    lpFunc: Option<unsafe extern "system" fn(_: *mut c_void, _: isize) -> i32>,
    lParam: isize
) -> i32