pub unsafe extern "C" fn OH_TextAvoidInfo_Create(
positionY: f64,
height: f64,
) -> *mut InputMethod_TextAvoidInfoExpand description
@brief Create a new {@link InputMethod_TextAvoidInfo} instance.
@param positionY The y-coordinate of the avoid area. @param height The height of the avoid area. @return If the creation succeeds, a pointer to the newly created {@link InputMethod_TextAvoidInfo} instance is returned. If the creation fails, NULL is returned, possible cause is insufficient memory. @since 12