pub unsafe extern "C" fn OH_TextEditorProxy_SetSendKeyboardStatusFunc(
proxy: *mut InputMethod_TextEditorProxy,
sendKeyboardStatusFunc: OH_TextEditorProxy_SendKeyboardStatusFunc,
) -> InputMethod_ErrorCodeExpand description
@brief Set function {@link OH_TextEditorProxy_SendKeyboardStatusFunc} into {@link InputMethod_TextEditorProxy}.
@param proxy Represents a pointer to an {@link InputMethod_TextEditorProxy} instance which will be set function in. @param sendKeyboardStatusFunc Represents function {@link OH_TextEditorProxy_SendKeyboardStatusFunc} which will be set. @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