pub unsafe fn SetMiterLimit<P0>(
    hdc: P0,
    limit: f32,
    old: Option<*mut f32>
) -> BOOL
where P0: IntoParam<HDC>,