pub unsafe extern "C" fn ACT_GetCommonInfo(
output: *mut c_void,
outputSize: u32_,
infoType: u32_,
) -> ResultExpand description
Retrieves information not specific to any one account.
ยงArguments
output- Pointer to buffer to output the data to.outputSize- Size of the output buffer.infoType- The type of data to retrieve.