pub unsafe fn RemoveFontResourceExW<P0>(
    name: P0,
    fl: u32,
    pdv: Option<*const c_void>
) -> BOOL
where P0: IntoParam<PCWSTR>,