pub unsafe extern "C" fn ACT_GenerateUuid(
uuid: *mut ActUuid,
uniqueId: u32_,
) -> ResultExpand description
Generates a UUID.
ยงArguments
uuid- Pointer to output the generated UUID to.uniqueId- The unique ID to use during generation. Special values includeACT_UUID_REGULARandACT_UUID_CURRENT_PROCESS.