pub unsafe fn EngFindResource<P0>(
    h: P0,
    iname: i32,
    itype: i32,
    pulsize: *mut u32
) -> *mut c_void
where P0: IntoParam<HANDLE>,