pub unsafe fn TextRange_MoveEndpointByUnit<P0>(
    hobj: P0,
    endpoint: TextPatternRangeEndpoint,
    unit: TextUnit,
    count: i32,
    pretval: *mut i32,
) -> Result<()>
where P0: Param<HUIATEXTRANGE>,