pub unsafe extern "C" fn MaaControllerWait(
    ctrl: MaaControllerHandle,
    id: MaaCtrlId
) -> MaaStatus
Expand description

@brief Wait for the request identified by the given id to complete.

@param ctrl @param id @return MaaStatus The status of the request.