pub unsafe extern "C" fn get_permission_last_used(
    account: capi_name,
    permission: capi_name
) -> i64
Expand description

@brief Returns the last used time of a permission

@param account - the account owner of the permission @param permission - the name of the permission

@return the last used time (in microseconds since Unix epoch) of the permission