pub unsafe fn AddFontResourceExW<P0>(
    name: P0,
    fl: FONT_RESOURCE_CHARACTERISTICS,
    res: Option<*const c_void>
) -> i32
where P0: IntoParam<PCWSTR>,