pub unsafe extern "C" fn MaaControllerGetUUID(
ctrl: MaaControllerHandle,
buffer: MaaStringBufferHandle,
) -> MaaBoolAvailable on crate feature
internal only.Expand description
@brief Get the UUID of the controller.
@param ctrl @param[out] buffer The buffer that the UUID will be stored in.
@return MaaBool Whether the resolution is retrieved successfully.