pub unsafe extern "C" fn MaaResourceGetDefaultActionParam(
res: *const MaaResource,
action_type: *const c_char,
buffer: *mut MaaStringBuffer,
) -> MaaBoolExpand description
@brief Get default action parameters for the specified type from DefaultPipelineMgr.
@param action_type Action type string (e.g., “Click”, “Swipe”) @param buffer [out] Output buffer for the JSON string of action parameters