pub unsafe fn GdipCreateAdjustableArrowCap<P0>(
    height: f32,
    width: f32,
    isfilled: P0,
    cap: *mut *mut GpAdjustableArrowCap
) -> Status
where P0: Param<BOOL>,