Function windows::Win32::Graphics::GdiPlus::GdipCreateAdjustableArrowCap
pub unsafe fn GdipCreateAdjustableArrowCap<P0>(
height: f32,
width: f32,
isfilled: P0,
cap: *mut *mut GpAdjustableArrowCap,
) -> Statuswhere
P0: Param<BOOL>,