pub unsafe extern "C" fn OH_AttachOptions_Create(
showKeyboard: bool,
) -> *mut InputMethod_AttachOptionsExpand description
@brief Create a new {@link InputMethod_AttachOptions} instance.
@param showKeyboard Represents whether to show the keyboard. @return If the creation succeeds, a pointer to the newly created {@link InputMethod_AttachOptions} instance is returned. If the creation fails, NULL is returned, possible cause is insufficient memory. @since 12