pub unsafe extern "C" fn OH_TextEditorProxy_GetInsertTextFunc(
proxy: *mut InputMethod_TextEditorProxy,
insertTextFunc: *mut OH_TextEditorProxy_InsertTextFunc,
) -> InputMethod_ErrorCodeExpand description
@brief Get function {@link OH_TextEditorProxy_InsertTextFunc} from {@link InputMethod_TextEditorProxy}.
@param proxy Represents a pointer to an {@link InputMethod_TextEditorProxy} instance which will be get function from. @param insertTextFunc Represents function {@link OH_TextEditorProxy_InsertTextFunc} which will be get. @return Returns a specific error code. {@link IME_ERR_OK} - success. {@link IME_ERR_NULL_POINTER} - unexpected null pointer. Specific error codes can be referenced {@link InputMethod_ErrorCode}. @since 12