pub unsafe extern "system" fn EnumResourceNamesW(
    hModule: *mut HINSTANCE__,
    lpType: *const u16,
    lpEnumFunc: Option<unsafe extern "system" fn(_: *mut HINSTANCE__, _: *const u16, _: *mut u16, _: isize) -> i32>,
    lParam: isize
) -> i32