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